The correct semantics (to mimic the X11 backend, which just calls
authorTor Lillqvist <tml@iki.fi>
Tue, 18 Jan 2000 22:03:59 +0000 (22:03 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 18 Jan 2000 22:03:59 +0000 (22:03 +0000)
commitcf51b4790e272363559d60fb4b6099fff12e1be1
tree8bfc5701b9fca26f5a7184b6b5cb5faee3eb2b92
parentb3a94afdd165e3335d227db9b3af82e1f1791c11
The correct semantics (to mimic the X11 backend, which just calls

2000-01-19  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
semantics (to mimic the X11 backend, which just calls XClearArea)
is to check for zero width (and height), and in that case use the
window's width minus x (height minus y). This fixes for instance
some redraw problems with gtkclist, which were easily noticeable
in the gtk file selection widget.

(gdk_window_new): Don't set WS_EX_TOPMOST for dialog
windows.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/win32/gdkwindow-win32.c